home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / pokrface.zip / R.BAT < prev    next >
DOS Batch File  |  1992-09-23  |  436b  |  9 lines

  1. @ ECHO OFF                 ; Turn off echo to screen.
  2. CD D:\MYBBS\POKER          ; Path to your door directory.
  3. COPY D:\MYBBS\DORINFO1.DEF ; Name and path to your BBS door drop file.
  4. POKER.EXE POKER.CFG        ; Run the game.
  5. CD D:\MYBBS                ; Switch back to the main BBS directory.
  6. ;
  7. ; NOTE: Any line or any part of a line beginning with ";" is a comment
  8. ;       only, and should be deleted before running the door!
  9.